home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFHORLINE / TFHORLINE.txt
Encoding:
Text File  |  2004-12-18  |  2.2 KB  |  120 lines

  1. object fHorLine: TfHorLine
  2.   Left = 283
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Horizontale Line'
  7.   ClientHeight = 169
  8.   ClientWidth = 226
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 9
  19.     Top = 9
  20.     Width = 209
  21.     Height = 113
  22.     TabOrder = 0
  23.     object Label2: TLabel
  24.       Left = 104
  25.       Top = 63
  26.       Width = 28
  27.       Height = 13
  28.       Caption = 'Width'
  29.     end
  30.     object Label3: TLabel
  31.       Left = 9
  32.       Top = 63
  33.       Width = 19
  34.       Height = 13
  35.       Caption = 'Size'
  36.     end
  37.     object Panel1: TPanel
  38.       Left = 9
  39.       Top = 31
  40.       Width = 61
  41.       Height = 22
  42.       BevelOuter = bvLowered
  43.       Color = clBlack
  44.       TabOrder = 0
  45.       OnClick = Panel1Click
  46.     end
  47.     object Edit1: TEdit
  48.       Left = 104
  49.       Top = 80
  50.       Width = 36
  51.       Height = 21
  52.       TabOrder = 1
  53.       Text = '100'
  54.     end
  55.     object Edit2: TEdit
  56.       Left = 9
  57.       Top = 80
  58.       Width = 61
  59.       Height = 21
  60.       TabOrder = 2
  61.       Text = '1'
  62.     end
  63.     object CheckBox1: TCheckBox
  64.       Left = 145
  65.       Top = 79
  66.       Width = 35
  67.       Height = 17
  68.       Caption = '%'
  69.       Checked = True
  70.       State = cbChecked
  71.       TabOrder = 3
  72.       OnClick = CheckBox1Click
  73.     end
  74.     object Label1: TCheckBox
  75.       Left = 10
  76.       Top = 13
  77.       Width = 97
  78.       Height = 17
  79.       Caption = 'Color'
  80.       Checked = True
  81.       State = cbChecked
  82.       TabOrder = 4
  83.       OnClick = Label1Click
  84.     end
  85.   end
  86.   object Button1: TButton
  87.     Left = 9
  88.     Top = 143
  89.     Width = 87
  90.     Height = 22
  91.     Caption = 'Ok'
  92.     Default = True
  93.     TabOrder = 1
  94.     OnClick = Button1Click
  95.   end
  96.   object Button2: TButton
  97.     Left = 131
  98.     Top = 143
  99.     Width = 88
  100.     Height = 22
  101.     Caption = 'Cancel'
  102.     TabOrder = 2
  103.     OnClick = Button2Click
  104.   end
  105.   object ColorDialog1: TColorDialog
  106.     Ctl3D = True
  107.     Left = 184
  108.     Top = 80
  109.   end
  110.   object ActionList1: TActionList
  111.     Left = 154
  112.     Top = 25
  113.     object CloseWindow: TAction
  114.       Caption = 'CloseWindow'
  115.       ShortCut = 27
  116.       OnExecute = CloseWindowExecute
  117.     end
  118.   end
  119. end
  120.